home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DTJAPPLT11_HPP
- #define _DTJAPPLT11_HPP
-
- #include "dtjpanel11.hpp"
-
- class METAEXPORTCLASSDEF DTJApplet11 : public DTJPanel11
- {
- public:
- DTJApplet11( const MetaObject * pMetaObj );
- virtual ~DTJApplet11();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
-
- virtual void GenerateConstructor( ostream& src,
- MMJCodeGenerationParms* pGenParms ) const;
- virtual void GenerateDestroy( ostream& src,
- MMJCodeGenerationParms* pGenParms ) const;
- };
-
- // needed for mdreader
- typedef DTJApplet11 DTjava__dot__applet__dot__Applet__dot__11;
- typedef WForm java__dot__applet__dot__Applet__dot__11;
-
- #endif // _DTJAPPLT11_HPP
-